VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateCompositeProcessing Methods / CreateCompositeProcessing<TTarget>(IProcessingCommand<TTarget>[]) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateCompositeProcessing<TTarget>(IProcessingCommand<TTarget>[]) Метод (ProcessingHelper)
    В этом разделе
    Создает команду обработки составной цели.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function CreateCompositeProcessing<TTarget
    The type of the target.
    >( _
    ByVal ParamArray processingCommands
    Команды обработки.
    As IProcessingCommand(Of TTarget) _
    ) As ProcessingCommand(Of TTarget) (Of TTarget
    The type of the target.
    )
    public static ProcessingCommand<TTarget> CreateCompositeProcessing<TTarget>(
    params IProcessingCommand<TTarget> processingCommands
    )
    public: static ProcessingCommand<TTarget*>* CreateCompositeProcessing<TTarget>(
    params IProcessingCommand<TTarget*>* processingCommands
    )
    generic<typename TTarget>
    public:
    static ProcessingCommand<TTarget^>^ CreateCompositeProcessing(
    ... IProcessingCommand<TTarget^>^ processingCommands
    )

    Parameters

    processingCommands
    Команды обработки.

    Type Parameters

    TTarget
    The type of the target.

    Return Value

    Новый экземпляр класса CompositeProcessingCommand<TTarget>.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также